Git, GitHub and RStudio
University of Nottingham
What is FAIR Data?
renv() to manage your R packageshere() to manage your file pathsrenv() packagerenv is a package that helps you create reproducible projects by managing the versions of your R packagesrenv creates a local library of packages that are specific to your projectrenv creates a lockfile that contains the versions of all the packages used in your projecthere() packagehere() is a package that helps you manage your file pathshere() allows you to use relative paths to your project folderhere() allows you to use the same code on different computersOpen source
Tracks file changes
Branch based non-linear workflows
IDE intergration
Speed of work
Local environment
Assumptions
Requirements